home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1997 September & October / Amiga-CD 1997 #9-10.iso / aminet / gameboyemulator / help.h < prev    next >
Text File  |  1995-10-29  |  1KB  |  25 lines

  1. /** VGB: portable GameBoy emulator ***************************/
  2. /**                                                         **/
  3. /**                          Help.h                         **/
  4. /**                                                         **/
  5. /** This file contains help information printed out by the  **/
  6. /** main() routine when started with option "-help".        **/
  7. /**                                                         **/
  8. /** Copyright (C) Marat Fayzullin 1994,1995                 **/
  9. /**     You are not allowed to distribute this software     **/
  10. /**     commercially. Please, notify me, if you make any    **/
  11. /**     changes to this file.                               **/
  12. /*************************************************************/
  13.  
  14. char HelpText[] = "\nEnter 'vgb ?' for options template!\n\nOptions:\n\
  15. Filename           - name of file to load as cartridge\n\
  16. Verbose <level>    - Select debugging messages (default: 5)\n\
  17.                         0 - Silent           1 - Startup messages\n\
  18.                         2 - Illegal writes   4 - Illegal CPU ops\n\
  19.                         8 - Bank switching\n\
  20.                      Add numbers to activate mutliple options!\n\
  21. VPeriod <period>   - Set VBlank interrupts period (default: 10000ops)\n\
  22. UPeriod <period>   - Number of interrupts per screen update (default: 2)\n\
  23. Trap    <address>  - Set address where to enter debug mode (default:\
  24.  $ffff)\n\n";
  25.